CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - rabin miller

搜索资源列表

  1. Rabin-Miller

    0下载:
  2. 素性检验,可用于小数据,大量数据不支持啊,谢谢使用
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1072
    • 提供者:古月
  1. miller

    0下载:
  2. 对Miller-Rabin算法的进一步改进,速度约为0.4秒验证一个素数(CPU为赛扬1.5G) //本程序使用Miller Rabin方法计算1024位素数(2进制)
  3. 所属分类:其它

    • 发布日期:2008-10-13
    • 文件大小:3118
    • 提供者:张亮
  1. sxjc

    0下载:
  2. 应用加密算法和认证技术 实验:Solovag-Strassen算法、Lehmann算法和Rabin-Miller算法的素性检测的原理与测试过程。
  3. 所属分类:加密解密

    • 发布日期:2008-10-13
    • 文件大小:8607
    • 提供者:陈寅华
  1. Miller-Rabin_primality_test_(Java)

    0下载:
  2. Miller-Rabin Prime Number Test
  3. 所属分类:JSP源码/Java

    • 发布日期:2008-10-13
    • 文件大小:3423
    • 提供者:Cavin
  1. 数论

    0下载:
  2. 64位以内Rabin-Miller 强伪素数测试和Pollard rho 因数分解算法的实现-64 within Rabin-Miller-puppet prime testing and Pollard rho factorization algorithm implementation
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:64707
    • 提供者:喻林
  1. Rabin-Miller.rar

    0下载:
  2. 1.Rabin-Miller算法的素性检测的原理与测试过程。 2. 有算法流程,用程序设计语言将算法过程编程实现。 3. 对输入的随机数,选择素性检测算法进行素性检测。 ,1.Rabin-Miller primality testing algorithm principle and the testing process. 2. There are algorithms process programming language with the process of programm
  3. 所属分类:Compiler program

    • 发布日期:2017-03-27
    • 文件大小:17298
    • 提供者:zouna
  1. ss

    1下载:
  2. 很多密码算法都要随机选择一个大素数,这个是密码学中的MILLER-RABIN算法,判断素性。-Many cryptographic algorithm must randomly select a large prime numbers, this is Cryptography MILLER-RABIN algorithm to determine Primality.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:6959
    • 提供者:汪博峰
  1. PrimeGenAndTester

    0下载:
  2. Very large (tested for more than 2048 bits) prime number generator and tester program. This is well written and based on solid algorithms in this field. Source code is my own, used for Masters course in Cryptography. Program has easily readable and
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-28
    • 文件大小:22393
    • 提供者:s_wilfred
  1. MillerRabin

    0下载:
  2. 密码学中的Miller Rabin素性检测算法。人工编写,用这个来学习或者是交作业,绝对是过关利器。-Cryptography Miller Rabin primality testing algorithm. Artificial preparation, use this to learn or交作业is definitely a sharp object boundary.
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-03-29
    • 文件大小:10662
    • 提供者:maowu
  1. xm1099

    0下载:
  2. Miller-Rabin随机性素数测试,能有效的判断一个小于2^63次方的数是不是素数。-Miller-Rabin prime randomness tests, can effectively determine whether a power of less than 2 ^ 63 is the number of prime numbers.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-11
    • 文件大小:876
    • 提供者:jiyaodian
  1. MillerRabin

    0下载:
  2. Miller rabin素性检测算法源代码-Miller R
  3. 所属分类:Other systems

    • 发布日期:2017-04-03
    • 文件大小:1578
    • 提供者:anybodys
  1. Rabin-Miller

    0下载:
  2. RSA的最重要特色在于双密钥,它们有特殊的数学形式。RSA的一对密钥有三个基本参数:模n ,公钥b和私钥a 。n和b是公开的,发送信息方用私钥n加密消息,接受方用公钥b能得到解密后的信息,从而确定发送信息方的身份,这就构成了签名机制。对方用公钥将要发送的信息加密,只有拥有私钥的一方才能将信息解密。-RSA is the most important feature of dual-key, they have a special mathematical form. RSA keys of a
  3. 所属分类:Document

    • 发布日期:2017-03-31
    • 文件大小:3148
    • 提供者:Rebecca
  1. Miller-Rabin-c

    0下载:
  2. 求质数的算法之Miller-Rabin费马小定理-Prime number for the Miller-Rabin algorithm of Fermat' s Little Theorem
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:833
    • 提供者:li shu
  1. MillerR

    0下载:
  2. Miller-Rabin test for simple numbers.
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:3608
    • 提供者:steph
  1. Miller-Rabin

    0下载:
  2. Miller-Rabin算法 随机算法 求素数-Miller-Rabin Ramdom Algorithm
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-06
    • 文件大小:119199
    • 提供者:zhuo
  1. rk

    0下载:
  2. Rabin-Karp algorithm
  3. 所属分类:Algorithm

    • 发布日期:2017-04-11
    • 文件大小:1049
    • 提供者:Vivek Patole
  1. Miller-Rabin

    0下载:
  2. 用Witness2实现Miller-Rabin算法,主程序循环5—20次,看在100,000—200,000之间有多少个数被判为素数-With the Miller-Rabin algorithm to achieve Witness2, the main program loop 5-20 times, to see how many in number between 100,000-200,000 convicted of prime
  3. 所属分类:Windows Develop

    • 发布日期:2017-03-27
    • 文件大小:4357
    • 提供者:randoll
  1. Miller-Rabin_primality_test_(Java)

    0下载:
  2. Miller rabin primality test
  3. 所属分类:Crypt_Decrypt algrithms

    • 发布日期:2017-04-04
    • 文件大小:2992
    • 提供者:sihamenisas
  1. miller

    0下载:
  2. 64位以内Rabin-Miller 强伪素数测试和Pollard rho 因数分解 -64 within the Rabin-Miller strong pseudo-primes test and Pollard rho factorization
  3. 所属分类:Algorithm

    • 发布日期:2017-04-04
    • 文件大小:1240
    • 提供者:叶秋
  1. rabin-miller

    0下载:
  2. rabin-miller算法测大素数,采用费马小定理和二次探测法
  3. 所属分类:源码下载

« 12 3 »
搜珍网 www.dssz.com